alertName is the name of an alert (in quotation marks) that you've already created.
Locate the available alerts in the Alert Names list, which appears in the Formula Editor's Functions tree once you've created an alert.
If IsAlertEnabled("myAlert") Then AlertMessage("myAlert") Else "myAlert is disabled"
If IsAlertEnabled("myAlert") Then Formula = AlertMessage("myAlert") Else Formula = "myAlert is disabled" End If
In these examples, AlertMessage
returns the message that you defined when you created the alert.
Any formula that references an alert becomes a print time formula.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |